Plot and fit distributions of variables
load("C:\\Users\\Nicole Hellessey\\Documents\\Post-doc\\Data\\Total Merged Data File (August 17 2022).Rda")
Warning in readChar(con, 5L, useBytes = TRUE) :
cannot open compressed file 'C:\Users\Nicole Hellessey\Documents\Post-doc\Data\Total Merged Data File (August 17 2022).Rda', probable reason 'No such file or directory'
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
Histogram of Velocity of all
Log distribution, 0’s make up 3% of all data
CC.TotalData <- na.omit(TotalData)
head(CC.TotalData)